home *** CD-ROM | disk | FTP | other *** search
- Path: oxy.rust.net!usenet
- From: ebennett@rust.net
- Newsgroups: comp.lang.c++
- Subject: Re: bc4.0, Windows, Cursor
- Date: Sat, 20 Jan 1996 05:00:33 GMT
- Organization: Rust Net - High Speed Internet in Detroit 810-642-2276
- Message-ID: <4dpiba$gij@oxy.rust.net>
- References: <4dmam5$vjj@ns.RezoNet.NET>
- NNTP-Posting-Host: liv-12.rust.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- slane@interlink.net (Simon Lane) wrote:
-
- >Using SetCursor() to change the cursor from IDC_ARROW to IDC_WAIT works
- >until the user actually moves the cursor. How do you change the cursor
- >for the entire desktop, or at the least for the current active window
- >and make sure that it does not change back ?
-
- >Thanks in advance, slane@interlink.net
-
- Process the WM_MOUSEMOVE message and call SetCursor() every time you
- receive that message.
-
- Earl
-
-
-